public enum QuietZoneLevel1D extends java.lang.Enum<QuietZoneLevel1D> implements IEnumType
| Enum Constant and Description |
|---|
Level0
The digital scanner performs normally in terms of quiet zone.
|
Level1
The digital scanner performs more aggressively in terms of quiet zone.
|
Level2
The digital scanner only requires one side EB (end of bar code) for decoding.
|
Level3
The digital scanner decodes anything in terms of quiet zone or end of bar code.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
java.lang.String |
toString() |
static QuietZoneLevel1D |
valueOf(int code) |
static QuietZoneLevel1D |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static QuietZoneLevel1D[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QuietZoneLevel1D Level0
public static final QuietZoneLevel1D Level1
public static final QuietZoneLevel1D Level2
public static final QuietZoneLevel1D Level3
public static QuietZoneLevel1D[] values()
for (QuietZoneLevel1D c : QuietZoneLevel1D.values()) System.out.println(c);
public static QuietZoneLevel1D valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String toString()
toString in interface IEnumTypetoString in class java.lang.Enum<QuietZoneLevel1D>public static QuietZoneLevel1D valueOf(int code)